GET api/appointment/stats/{eventTypeSystemName}/overview?branchIds[0]={branchIds[0]}&branchIds[1]={branchIds[1]}
Appointments Overview. Processes this appointment API request. The parameter and response sections describe the data exchanged with the API.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| eventTypeSystemName |
The event type system name value supplied with the request. |
string |
Required |
| branchIds |
The branch ids value supplied with the request. |
Collection of integer |
Required |
Body Parameters
None.
Response Information
Resource Description
The response returned after the operation completes.
AppointmentsOverviewDataContact| Name | Description | Type | Additional information |
|---|---|---|---|
| Total |
The total value. |
integer |
None. |
| NumberBetween1To7Days |
The number between1 to7 days value. |
integer |
None. |
| NumberBetween8To14Days |
The number between8 to14 days value. |
integer |
None. |
| NumberGreaterThan14Days |
The number greater than14 days value. |
integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"Total": 1,
"NumberBetween1To7Days": 2,
"NumberBetween8To14Days": 3,
"NumberGreaterThan14Days": 4
}